home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / shore_siege.swf / scripts / DefineButton2_144 / BUTTONCONDACTION on(release).as next >
Text File  |  2011-08-19  |  101b  |  6 lines

  1. on(release){
  2.    _root.nailUpgrade = 2;
  3.    _root.money -= 4000;
  4.    _parent.Pin.gotoAndStop(2);
  5. }
  6.